UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

10 lines (9 loc) 237 B
export const load = async (event) => { return { document: event.params.document, breadcrumbs: [ ...(await event.parent()).breadcrumbs, { label: event.params.document, path: `/documents/${event.params.document}` }, ], }; };